Skip to content

perf: 升级SpringBoot到3.5.14版本 #4315#4367

Open
liuliaozhong-canway wants to merge 8 commits into
TencentBlueKing:masterfrom
liuliaozhong-canway:master_issue_4315
Open

perf: 升级SpringBoot到3.5.14版本 #4315#4367
liuliaozhong-canway wants to merge 8 commits into
TencentBlueKing:masterfrom
liuliaozhong-canway:master_issue_4315

Conversation

@liuliaozhong-canway

Copy link
Copy Markdown
Collaborator
  1. 核心依赖升级
  • Spring Boot:3.4.4 -> 3.5.14
  • Spring Cloud:2024.0.1 -> 2025.0.2
  • Spring Cloud Kubernetes:3.2.1 -> 3.3.2
  • SpringDoc、JUnit 等相关依赖同步升级
  • mysql-connector-j 改由 Spring Boot BOM 管理
  1. 升级后配置适配和兼容处理
  • 调整各后端模块 application.yml
  • 处理 Gateway、Actuator、SSL 等配置迁移
  • 适配 Spring Cloud Kubernetes / OpenFeign / HttpClient 相关接口与废弃 API 变更
  • JOOQ 生成脚本增加 allowPublicKeyRetrieval=true
  • job-logsvr 测试用 embedded MongoDB 版本升级
  • 清理 Logback 新版本告警
  • 升级部分相关依赖:logbackcommons-lang3kubernetes clientcommons-beanutils
  • 排除 commons-logging,避免与 spring-jcl 冲突
  • job-gateway访问日志没有management的日志,排除公共模块的web starter

1. 升级springboot到3.5.14,及springcloud升级
1.跑mysql测试用例报错Public Key Retrieval is not allowed
2.跑mongodb测试用报错版本太低
1.解决springboot升级后,启动日志中的warn警告。spring-cloud-gateway-server、spring-cloud-starter-gateway启用;gateway的routes配置key调整;management配置调整;useInsecureTrustManager配置前缀调整
1.处理一些升级后废弃的方法
1.job-gateway访问日志没有management的日志,排除公共模块的web starter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants